<!-- NOTE: this is a just subset of conf/login-config.xml.
     This entry can be used to configure a datasource to log in to a database
     without supplying a clear text password.
	   
     The login info for the database is:
     username/password: guest/password
     
	   The encrypted password below was obtained by using the encrypt.bat script as follows:
	   encrypt password -->

<application-policy name="derby-encrypted-pseudouser">
  <authentication>
    <login-module code="org.jboss.resource.security.SecureIdentityLoginModule"
     flag="required">
      <module-option name="userName">guest</module-option>
      <module-option name="password">5dfc52b51bd35553df8592078de921bc</module-option>
      <module-option name="managedConnectionFactoryName">jboss.jca:name=CatalogDS,service=LocalTxCM</module-option>
    </login-module>
  </authentication>
</application-policy>